home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / PAStringList / PAStringListPalette.m < prev    next >
Text File  |  1995-06-12  |  281b  |  15 lines

  1. #import "PAStringListPalette.h"
  2.  
  3. @implementation  PAStringListPalette
  4.  
  5. - finishInstantiate
  6. {
  7.     [self associateObject:stringList type:IBObjectPboardType 
  8.         to:stringListView];
  9.     [self associateObject:filenameList type:IBObjectPboardType 
  10.         to:filenameListView];
  11.     return self;
  12. }
  13.  
  14. @end
  15.